home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / batch / Randomcopy.lha / Randomcopy.readme < prev    next >
Encoding:
Text File  |  1993-12-31  |  968 b   |  33 lines

  1. Short: Rnd copy from pattern(#?) to dest file. Update
  2. Type: os20/cli
  3. Uploader: crandall@garnet.msen.com
  4. Author: crandall@garnet.msen.com
  5.  
  6. Now version .90
  7.  
  8. Given a pattern, will select one random file and copy it to the specified
  9. file.
  10.  
  11. Originally written with random wbpatterns in mind. Could be other uses, such
  12. as fortune cookies or quotes.  Maybe a slideshow?
  13.  
  14. Suggested usage would be go like this:
  15.  
  16. randomcopy FROM prefs:presets/patterns/~(#?.info) TO env:sys/wbpattern.prefs
  17.  
  18.  When executed in your startup-sequence, a random pattern would be selected for
  19.  the workbench.  This could also be a palette, pointer, or set of fonts.
  20.  
  21. Update includes support for
  22.  
  23.    CLONE  Copies comment, date, and protection bits.
  24.    BUFFER Sets size of copy buffer.
  25.   MINWAIT \
  26.   MAXWAIT  Ability to wait definable times between copies.
  27. LONGBREAK  /
  28.  USETICKS /
  29.  
  30. Also, ReadArgs has been utilized for more reliable argument parsing.
  31. Removed the ReadWrite bug.
  32. QUIET more reliable.
  33.